home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Temp / MiscCompletionText.h < prev    next >
Text File  |  1995-02-09  |  419b  |  29 lines

  1. /* MiscCompletionText.h                 
  2.  *
  3.  * For details please read the Docu.
  4.  *
  5.  * Written by:         Thomas Engel
  6.  * Created:            23.10.1993 (Copyleft)
  7.  * Last modified:     12.11.1994
  8.  */
  9.  
  10. #import <appkit/appkit.h>
  11.  
  12. @interface MiscCompletionText : Text
  13.  
  14. - keyDown:(NXEvent *)event;
  15.  
  16. @end
  17.  
  18. @interface Object(TextCompletionDelegate)
  19.  
  20. - textShouldPerformCompletion:sender;
  21.  
  22. @end
  23.  
  24. /*
  25.  * History: 13.01.95 Buh
  26.  *            
  27.  *
  28.  * Bugs: - ...
  29.  */